lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: staffname not shown


From: James Bailey
Subject: Re: staffname not shown
Date: Sun, 29 Nov 2009 14:18:31 +0100

I don't understand why either, but you get around the problem by using the \new Staff \with { instrumentName = "Ausführung" } syntax. I'm 100% percent sure that the culprit is the umlaut, although why, is beyond me. It's probably a bug.

On 29.11.2009, at 13:56, Stefan Thomas wrote:

Dear community,
the second staffname in the below snippet is not displayed. I don't unterstand, why:
\version "2.12.2"
notiert = \relative c'' {
\grace c8 b2 c4 r
}
ausfuehr = \relative c'' {
  c4(->\> b\!) c4 r4 \bar"||"
}
\score {
 <<
   \new Staff  { \set Staff.instrumentName = "Notation" \notiert }
 \new Staff { \set Staff.instrumentName = "Ausführung" \ausfuehr }
>>
}
_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

[Prev in Thread] Current Thread [Next in Thread]