lilypond-user
[Top][All Lists]
Advanced

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

Instrument names run off left margin


From: Nathan
Subject: Instrument names run off left margin
Date: Wed, 08 Sep 2010 20:11:51 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100825 Lightning/1.0b2 Thunderbird/3.1.3

Without overriding anything, the output of the code below has the instrument names running off of the left margin. Is this a bug? a problem with my computer? because am I supposed to use a particular setting? the expected behavior?

\version "2.12.3"
\paper{ ragged-right=##t }
\new StaffGroup <<
\new Staff{
\set Staff.instrumentName = #"Violin 1" \set Staff.shortInstrumentName = #"Vln. 1"
    R1*30
}
\new Staff{
\set Staff.instrumentName = #"Violin 2" \set Staff.shortInstrumentName = #"Vln. 2"
    R1*30
}
>>



reply via email to

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