bug-lilypond
[Top][All Lists]
Advanced

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

Issue 572 in lilypond: Feature request: vertical instrumentName alignme


From: codesite-noreply
Subject: Issue 572 in lilypond: Feature request: vertical instrumentName alignment should ignore non-stafflike contexts
Date: Sat, 23 May 2009 11:09:53 +0000


Comment #2 on issue 572 by paconet.org: Feature request: vertical instrumentName alignment should ignore non-stafflike contexts
http://code.google.com/p/lilypond/issues/detail?id=572

% Also, this example includes a Lyrics context
% outside the staves, and the instrumentName is
% printed correctly.

\version "2.13.0"
    upper = \relative c'' {
      a1
    }

    lower = \relative c {
      \clef bass
      a1
    }

    theLyrics = \lyricmode {
      Laaah
    }

    \score {
      \new PianoStaff <<
        \set PianoStaff.instrumentName = "Piano "
        \new Staff = "upper" \upper
        \new Staff = "lower" \new Voice = "lowerVoice" \lower
        \new Lyrics \lyricsto "lowerVoice" \theLyrics
      >>
}

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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