Hello:

 

The first 89 measures of a piano piece compiles without error. With the 90th
measure the notation runs off the right edge of the page. No error message
is given.

 

The attached file has measures 88 - 90 of the right hand.

 

Please point out my error.

 

Thank you for your kind attention.

 

Mark

\version "2.16.2"

global = {
  \key des \major
  \time 4/4

}
  \relative c''
 {
  \global

\set tupletSpannerDuration = #(ly:make-moment 1 8)
 \override TupletNumber #'stencil = ##f
 \override TupletBracket #'bracket-visibility = ##f
 r16 \times 2/3 { g'16-1 ( aes bes [ aes g ] )
 r aes-2 ( bes c [ bes aes ] )
 bes ( [ des c ] bes [ aes g ] )
 f-4 ( [ ees des ] c [ bes-2 aes ] )
 r g-1 ( aes bes [ aes g ] )
 r aes-2 ( bes c [ bes aes ] ) 
 bes ( [ des-5 c ] bes [ aes g ] )
 f-4 ( [ ees des ] c [ bes-3 aes ]  ) 
% Up to here file compiles. Adding the next line makes notation run off page.
 \clef bass r g bes  r f aes r g bes r c ees  }

}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to