On Sun, Nov 20, 2011 at 6:11 PM, Gerard McConnell <gerine...@gmail.com>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
palmer.r.vio...@gmail.com
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
  • \ragged-last Gerard McConnell
    • Re: \ragged-last Ralph Palmer

Reply via email to