Re: Why is spacing wrong before command?

2018-12-14 Thread Klaus Blum
Hi Reggie, 


Reggie wrote
> Why
> are the first 3 measures adjusted when the newspacing comes after?

The \newSpacingSection command only ensures that there are two separate
sections which can have their own spacing. If you want, you can
independently tweak them with overrides.

The second section from the example mainly consists of 16th notes and
therefore has a wider spacing. 
In the first section, the amount of 16th notes in the whole section is very
small, so spacing is narrower because there are mainly 8th notes. 

So the overall effect is that \newSpacingSection prevents the first section
being widened because of the 16ths in the last bar. 

Cheers, 
Klaus



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Why is spacing wrong before command?

2018-12-14 Thread Reggie
Here is my code I do not understand why newspacing would have any effect on
previous notes and measures why not just what comes after? Like in the user
manual. Page here
http://lilypond.org/doc/v2.19/Documentation/notation/new-spacing-section Why
are the first 3 measures adjusted when the newspacing comes after?

\relative c'
{
  \time 2/4
  c4 c8 c
  c8 c c4 c16[ c c8] c4
  \newSpacingSection
  \time 4/16
  c16[ c c8]

}


\relative c'
{
  \time 2/4
  c4 c8 c
  c8 c c4 c16[ c c8] c4
  
  \time 4/16
  c16[ c c8]

}

attach.png   



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user