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:03:53 +0000


Comment #1 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

% This code, updated for 2.12 and keeping the pedal into its own variable,
% does print the instrumentName correctly.

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

    lower = \relative c {
      \clef bass
      a1
    }

    pedal = {
      s1\sustainOn
    }

    \score {
      \new PianoStaff <<
        \set PianoStaff.instrumentName = "Piano "
        \new Staff = "upper" \upper
        \new Staff = "lower" << \lower \pedal >>
      >>
}

--
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]