lilypond-user
[Top][All Lists]
Advanced

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

Re: Part name with staff groups/grand staff


From: i . love . the . pikachu
Subject: Re: Part name with staff groups/grand staff
Date: Fri, 15 Jan 2010 22:34:42 +0900

Thanks to you the 3 problems seem to be solved:
---------------------------------------------------------------------------------------------------------------------
\score{
        \new StaffGroup \with {
             \consists "Instrument_name_engraver"
             instrumentName = #"Clarinetto"
             shortInstrumentName = #"Cl."
             \override InstrumentName #'self-alignment-X = #LEFT
        } <<

        \new Staff \with {
                instrumentName = #"1."
                shortInstrumentName = #"1."
                \override InstrumentName #'self-alignment-X = #RIGHT }{
                c'1
                \break
                c'1
        }

        \new Staff \with {
                        instrumentName = #"2."
        ............
        ............
        }
        >>
        \layout {
                ragged-right = ##t
                indent = 2.5\cm
                short-indent = 1.2\cm
        }
}
---------------------------------------------------------------------------------------------------------------------
But this code can made smarter, I think. Can't it?

Attachment: test.png
Description: PNG image


reply via email to

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