lilypond-user
[Top][All Lists]
Advanced

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

Re: Trying to set next-padding to 0


From: Stephen Torri
Subject: Re: Trying to set next-padding to 0
Date: Sat, 14 Oct 2006 22:54:52 -0500

Changing the \overrideProperty to \outputProperty at in the master.ly
does not work as the error report below shows.

Stephen

----------------------------------

Parsing...
master.ly:10:4: error: unknown escaped string: `\outputProperty'
    
    \outputProperty #"Score.NonMusicalPaperColumn"
master.ly:10:4: error: syntax error, unexpected STRING
    
    \outputProperty #"Score.NonMusicalPaperColumn"
master.ly:9:0: error: errors found, ignoring music expression


On Sat, 2006-10-14 at 23:29 -0400, Marcus Macauley wrote:
> >     \overrideProperty #"Score.NonMusicalPaperColumn"
> >     #'line-break-system-details
> >     #'((next-padding . 0))
> >
> >             \chords { \global \harmonies }
> >         \new Voice { << \global \voices >> }
> >             \lyricsto "People" \new Lyrics \firstVerse
> >             \lyricsto "People" \new Lyrics \secondVerse
> >             \lyricsto "People" \new Lyrics \thirdVerse
> >             \lyricsto "Chorus" \new Lyrics \chorusVerse
> > >>
> > }
> 
> I think I spot a typo:
> 
> \overrideProperty should be \outputProperty
> 
> (based on  
> http://lilypond.org/doc/v2.8/Documentation/user/lilypond/Difficult-tweaks.html
>   
> )
> 
> Marcus





reply via email to

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