A cleaner solution is to redefine the default settings, just as is done
within the
gregorian-init.ly file. Before the score where you want your default layout
back, insert
\layout{
indent = 15\mm % In case you use the default A4 paper size.
ragged-last = ##f
\context{
\Score
\consists "Bar_number_engraver"
\revert SpacingSpanner #'packed-spacing
}
}
/Mats
Charlotte wrote:
Marek,
I did this test in v 2.10.25, but I'm using the same trick on another
machine running 2.11.x (can't remember the exact release number) and it
works there too.
I put the \override into your "melody" identifier to get it to work in both
\score sections after I moved the \include to the top:
melody = \relative c' {
\clef treble
\key c \major
\time 4/4
\override Timing.SpacingSpanner #'packed-spacing =##f
a4 b c d
}
Alternatively if you want to leave the \include where it is, you can put the
\override into the Voice context of any standard notation \scores which come
after the \include:
\new Voice = "one" {
\autoBeamOff
\override Timing.SpacingSpanner #'packed-spacing =##f
\melody
}
Hope this helps.
C.
Charlotte,
many thanks for your help.
Where exactly did you put \override ?
Marek
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user