<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs">
    <title>gmane.comp.gnu.lilypond.bugs</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37724"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37723"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37722"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37721"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37720"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37719"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37718"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37717"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37716"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37715"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37714"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37713"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37712"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37711"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37710"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37709"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37708"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37707"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37706"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37705"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37724">
    <title>\omit Dots acts like \hide Dots</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37724</link>
    <description>&lt;pre&gt;Hello!

\omit Dots should not reserve space for the omitted dots.  That's what  
\hide does.  The problems exists in Lilypond 2.16 as well.  The \omit  
keyword just makes it more obvious that the current behavior is wrong.

\version "2.17.20"
\score {
   &amp;lt;&amp;lt;
     \new Staff
     &amp;lt;&amp;lt;
       \new Voice { &amp;lt;b' g'&amp;gt;4. }
       \new Voice {
         \omit NoteHead \omit Stem \omit Dots
         \override NoteColumn #'ignore-collision = ##t
         b'4.
       }
     &amp;gt;&amp;gt;
   &amp;gt;&amp;gt;
}

&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-06-19T14:16:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37723">
    <title>Re: convert-ly produces invalid output forKeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37723</link>
    <description>&lt;pre&gt;Quoting David Kastrup &amp;lt;dak&amp;lt; at &amp;gt;gnu.org&amp;gt;:


I just hope you won't take away the ability to adjust the key  
signature without placing the accidentals manually.  It turns out the  
LSR snippet 792 would show the initial key signature incorrectly.   
http://lsr.dsi.unimi.it/LSR/Item?id=792

&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-06-19T14:03:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37722">
    <title>Re: convert-ly produces invalid output for KeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37722</link>
    <description>&lt;pre&gt;

Given the analysis in a longer mail, I revert my opinion that we need to
do something here.  c0-position for the relevant grobs _can't_ be set by
overrides or tweaks.  Renaming it to middleCPosition would likely cause
more confusion.  What _is_ wrong is that the Internals Reference calls
it a user property: as far as I can see, it is for internal use only.
The question is where this distinction is established.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-19T09:29:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37721">
    <title>Re: convert-ly produces invalid output for KeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37721</link>
    <description>&lt;pre&gt;

Well, we have
void
Key_engraver::create_key (bool is_default)
{
  if (!item_)
    {
      item_ = make_item ("KeySignature",
                         key_event_ ? key_event_-&amp;gt;self_scm () : SCM_EOL);

      /* Use middleCClefPosition rather than middleCPosition, because cue
       * notes with a different clef will modify middleCPosition. The
       * Key signature, however, should still be printed at the original
       * position. */
      item_-&amp;gt;set_property ("c0-position",
                           get_property ("middleCClefPosition"));

So the KeySignature grob is created (which triggers all overrides and
tweaks on c0-position), and then right away c0-position is overwritten.

There is also

          if (scm_is_pair (restore))
            {
              cancellation_ = make_item ("KeyCancellation",
                                         key_event_
                                         ? key_event_-&amp;gt;self_scm () : SCM_EOL);

              cancellation_-&amp;gt;set_property ("alteration-alist", restore);&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-19T09:13:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37720">
    <title>Re: convert-ly produces invalid output forKeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37720</link>
    <description>&lt;pre&gt;Quoting David Kastrup &amp;lt;dak&amp;lt; at &amp;gt;gnu.org&amp;gt;:


I'm fine with renaming.  We have Staff.middleCPosition.  Perhaps the  
same name could be used in KeySignature.

On the other hand, we don't care where the _middle_ C is positioned.   
We only need to know where _some_ C is positioned to decide how to  
print the key signature.  Then "middle" could be dropped.

By the way, setting KeySignature.c0-position with \override doesn't  
work.  I had to resort to setting it in Scheme:

\once \override Staff.KeySignature #'stencil =
   #(lambda (grob)
     (ly:grob-set-property! grob 'c0-position 6)
     (ly:key-signature-interface::print grob))

Full example here:
https://gitorious.org/lilypond-music/lilypond-music/blobs/master/Samuel_Barber/The_Daisies.ly

Perhaps c0-position can only be set together with other properties to  
have an effect.  Or maybe it's not meant to be set.  But I need to  
change it when I want the key signature to correspond to the staff  
clef that is not in effect on the first note (the staff clef is b&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-06-19T07:45:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37719">
    <title>Re: convert-ly produces invalid output for KeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37719</link>
    <description>&lt;pre&gt;

Small wonder.  I thought our default use of symbols matched our naming
rules, but that one's an exception.

We can make an exception for convert-ly here, but that's not a
satisfactorily final solution.

I propose renaming it.  Suggestions?

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-19T07:11:05</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37718">
    <title>Re: Patch:Doc-enhancement identifiers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37718</link>
    <description>&lt;pre&gt;Hello Urs,

2013/6/18 Urs Liska &amp;lt;lilyliska&amp;lt; at &amp;gt;googlemail.com&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Marek Klein</dc:creator>
    <dc:date>2013-06-19T06:03:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37717">
    <title>convert-ly produces invalid output for KeySignature.c0-position</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37717</link>
    <description>&lt;pre&gt;Hello!

I'm using the current lilypond from git.  This is what I have before  
the conversion:

\version "2.16.0"
{
   \override KeySignature #'c0-position = #6
}

convert-ly turns it into:

\version "2.17.20"
{
   \override KeySignature.c0-position = #6
}

The original file can be processed by lilypond, but the converted file cannot.

$ lilypond converted.ly
GNU LilyPond 2.17.21
Processing `converted.ly'
Parsing...
converted.ly:3:26: error: syntax error, unexpected NOTENAME_PITCH,  
expecting SCM_IDENTIFIER or SCM_TOKEN or STRING
   \override KeySignature.
                          c0-position = #6
converted.ly:3:27: error: not a duration: 0
   \override KeySignature.c
                           0-position = #6
converted.ly:3:38: error: syntax error, unexpected '='
   \override KeySignature.c0-position
                                      = #6
converted.ly:3:40: warning: Ignoring non-music expression
   \override KeySignature.c0-position =
                                        #6
converted.ly:2:1: error:&lt;/pre&gt;</description>
    <dc:creator>Pavel Roskin</dc:creator>
    <dc:date>2013-06-19T04:15:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37716">
    <title>Re: Patch:Doc-enhancement identifiers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37716</link>
    <description>&lt;pre&gt;What's the google tracker number?

I don't recall testing this patch.

Did it just get thrown onto the list or did they follow the process for 
submitting patches?



&lt;/pre&gt;</description>
    <dc:creator>James</dc:creator>
    <dc:date>2013-06-18T19:23:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37715">
    <title>Re: Patch:Doc-enhancement identifiers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37715</link>
    <description>&lt;pre&gt;Am 15.06.2013 10:10, schrieb Urs Liska:
Nobody bothering accepting or at lest commenting a free patch contribution?
&lt;/pre&gt;</description>
    <dc:creator>Urs Liska</dc:creator>
    <dc:date>2013-06-18T18:47:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37714">
    <title>Re: If incipit has soprano clef,its staves are notaligned with main score</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37714</link>
    <description>&lt;pre&gt;

That kind of construct would behave even more obscure than just zeroing
out the extents would.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-18T08:08:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37713">
    <title>Re: If incipit has soprano clef, its staves are notaligned withmain score</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37713</link>
    <description>&lt;pre&gt;David Kastrup wrote



Just an idea: a markup command which evaluates the Y-extent of its argument,
and returns it symetrically expanded ( -max(abs(extent_Y_min),
abs(extent_Y_max)) . +max(abs(extent_Y_min), abs(extent_Y_max))).

I know, it's to opposite thing of reducing the extent to zero - expand it
with white space to be symmetric.

ArnoldTheresius



--
View this message in context: http://lilypond.1069038.n5.nabble.com/If-incipit-has-soprano-clef-its-staves-are-not-aligned-with-main-score-tp146996p147157.html
Sent from the Bugs mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>ArnoldTheresius</dc:creator>
    <dc:date>2013-06-18T07:27:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37712">
    <title>Re: system start bracketsgroups are cropped to the left in NR</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37712</link>
    <description>&lt;pre&gt;


I don't think it is, but the underlying problem is the same.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-17T07:49:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37711">
    <title>Re: system start bracketsgroups are cropped to the left in NR</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37711</link>
    <description>&lt;pre&gt;David Kastrup wrote



sorry for the noise - I didn't know that -dpreview is involved when creating
those examples

Eluze



--
View this message in context: http://lilypond.1069038.n5.nabble.com/system-start-bracketsgroups-are-cropped-to-the-left-in-NR-tp147133p147143.html
Sent from the Bugs mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Eluze</dc:creator>
    <dc:date>2013-06-16T22:01:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37710">
    <title>Re: system start bracketsgroups are cropped to the left in NR</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37710</link>
    <description>&lt;pre&gt;

&amp;lt;URL:http://code.google.com/p/lilypond/issues/detail?id=3386&amp;gt;

Issue 3386: Output crops staff braces when produced with -dpreview

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-16T17:14:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37709">
    <title>Re: system start bracketsgroups are cropped to the left in NR</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37709</link>
    <description>&lt;pre&gt;"Eluze" &amp;lt;eluzew&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote in message 
news:1371400573215-147133.post&amp;lt; at &amp;gt;n5.nabble.com...

This is http://code.google.com/p/lilypond/issues/detail?id=3386

&lt;/pre&gt;</description>
    <dc:creator>Phil Holmes</dc:creator>
    <dc:date>2013-06-16T17:10:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37708">
    <title>system start bracketsgroups are cropped to the left in NR</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37708</link>
    <description>&lt;pre&gt;hi

starting with 2.17.14 (pdf &amp;amp; html) examples in
http://www.lilypond.org/doc/v2.17/Documentation/notation/displaying-staves#nested-staff-groups
are cropped at left

compiling myself the output is ok

Eluze



--
View this message in context: http://lilypond.1069038.n5.nabble.com/system-start-bracketsgroups-are-cropped-to-the-left-in-NR-tp147133.html
Sent from the Bugs mailing list archive at Nabble.com.
&lt;/pre&gt;</description>
    <dc:creator>Eluze</dc:creator>
    <dc:date>2013-06-16T16:36:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37707">
    <title>Patch:Doc-enhancement identifiers</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37707</link>
    <description>&lt;pre&gt;Hi,

as discussed here: 
http://lists.gnu.org/archive/html/lilypond-user/2013-06/msg00342.html
The definition of identifier names in 
http://www.lilypond.org/doc/v2.17/Documentation/notation/file-structure.html 
is slightly misleading.
I think applying the attached patch would make it clearer.

Best
Urs
_______________________________________________
bug-lilypond mailing list
bug-lilypond&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond
&lt;/pre&gt;</description>
    <dc:creator>Urs Liska</dc:creator>
    <dc:date>2013-06-15T08:10:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37706">
    <title>Re: If incipit has soprano clef,its staves are notaligned with main score</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37706</link>
    <description>&lt;pre&gt;

Visually, you'd rather want to center not on the "true" center, but on
something like half the x-height above the baseline: one would not want
different baselines for "Daisy" and "Joe".  There is a complication that
with all-caps word, the x-height is not the same: one centers "Violin"
at a different height than "VIOLIN".


Hey, I just wrote an entire paragraph unnecessarily.


I am not overly enthused about downing extents for the purpose of
getting baselines heeded.  It's not really intuitive.

&lt;/pre&gt;</description>
    <dc:creator>David Kastrup</dc:creator>
    <dc:date>2013-06-14T05:59:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37705">
    <title>Re: If incipit has soprano clef,its staves arenotaligned with main score</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37705</link>
    <description>&lt;pre&gt;
The primary use of InstrumentName is to print the instrument name, and
we would rather have the text centered than have its baseline centered.
(Maybe another reason to shift the baseline to the center of the 
ex-height?)

So I think the behavior is what we want overall, but maybe we should put
one of the Y-extent overrides in the examples that put an incipit in 
the Instrument Name.   I suggest this be a documentation request; any
project member please open an item if you agree, complain if not. I'll
open a doc suggestion in a few days if my opinion remains the same.
&lt;/pre&gt;</description>
    <dc:creator>Keith OHara</dc:creator>
    <dc:date>2013-06-14T02:00:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37704">
    <title>Re: If incipit has soprano clef,its staves are notaligned with main score</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.lilypond.bugs/37704</link>
    <description>&lt;pre&gt;


Thomas' seems pretty easy?  You can also override one dimension only of
the instrument name.

incipit = \markup \score {{\clef soprano s4 \bar "" } \layout{} }
\new Staff \with { 
  \override InstrumentName #'Y-extent = #'(-4 . 4)
  instrumentName=\incipit
} { g'1 }

The bug report remains, though, that someone expected a (generalized)
InstrumentName to be aligned on its baseline, whereas it is centered.
&lt;/pre&gt;</description>
    <dc:creator>Keith OHara</dc:creator>
    <dc:date>2013-06-14T01:54:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.lilypond.bugs">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.lilypond.bugs</link>
  </textinput>
</rdf:RDF>
