lilypond-user
[Top][All Lists]
Advanced

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

Re: \ragged-last


From: Ralph Palmer
Subject: Re: \ragged-last
Date: Mon, 21 Nov 2011 08:09:30 -0500



On Sun, Nov 20, 2011 at 6:11 PM, Gerard McConnell <address@hidden> wrote:
Hello,
Please, what's wrong with the following code:
\version "2.12.50"
\layout {
    \ragged-last = ##t
    \context {
        \Score
    \remove "Bar_number_engraver"
    }
}
it gets the error message:
error: unknown escaped string: `\ragged-last'
            \ragged-last = ##t
Thanks,
Gerard


Greetings, Gerard -

Try it without the leading backslash : 

\version "2.12.50"
\layout {
    ragged-last = ##t    %backslash removed
    \context {
        \Score
    \remove "Bar_number_engraver"
    }
}


Please take a look at the Notation Reference :
http://www.lilypond.org/doc/v2.14/Documentation/notation/the-_005cpaper-block

Ralph
--
Ralph Palmer
Brattleboro, VT
USA
address@hidden

reply via email to

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