run off page

2013-05-03 Thread Mark Stephen Mrotek
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
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: run off page

2013-05-03 Thread Phil Holmes
You have a triplet that spans the whole of your music.  My guess is that this 
is preventing line breaking. Do you mean the whole music should be a single 
triplet

--
Phil Holmes


  - Original Message - 
  From: Mark Stephen Mrotek 
  To: lilypond-user@gnu.org 
  Sent: Friday, May 03, 2013 8:20 PM
  Subject: run off page


  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



--


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


RE: run off page

2013-05-03 Thread Mark Stephen Mrotek
Mr. Holmes:

 

Thank you for replying.

 

No, the tuplet is intermittent. It appears in various measures in the first
88 measures without incident. 

In the attached it is only with the {  }.

 

As stated in the attached code, measures 88 and 89 compile without error.
Only with the addition of measure 90 (the one that starts with the bass
clef) does the runoff occur.

 

Mark

 

From: Phil Holmes [mailto:m...@philholmes.net] 
Sent: Friday, May 03, 2013 12:39 PM
To: Mark Stephen Mrotek; lilypond-user@gnu.org
Subject: Re: run off page

 

You have a triplet that spans the whole of your music.  My guess is that
this is preventing line breaking. Do you mean the whole music should be a
single triplet


--
Phil Holmes

 

 

- Original Message - 

From: Mark Stephen Mrotek mailto:carsonm...@ca.rr.com  

To: lilypond-user@gnu.org 

Sent: Friday, May 03, 2013 8:20 PM

Subject: run off page

 

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


  _  


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

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


Re: run off page

2013-05-03 Thread Marek Klein
Hello,


2013/5/3 Mark Stephen Mrotek carsonm...@ca.rr.com


 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.



It works if the first rest is included in the

\times 2/3 { } part...


Use bar checks...

HTH


-- 
Marek Klein
0918 610 720
http://gregoriana.sk
Gregoriana on 
youtubehttp://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: run off page

2013-05-03 Thread Nick Payne

On 04/05/13 05:20, Mark Stephen Mrotek wrote:


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.

Add barchecks and you will find your initial bar is the wrong length. 
Your initial rest should be part of the tuplet, or there is nowhere for 
the barlines to correctly go.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: run off page

2013-05-03 Thread Mark Stephen Mrotek
Nick Payne:

 

Thank you for your reply and the solution.

I appreciate the time and effort you took to find it.

 

Mark

 

From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of
Nick Payne
Sent: Friday, May 03, 2013 1:10 PM
To: lilypond-user@gnu.org
Subject: Re: run off page

 

On 04/05/13 05:20, Mark Stephen Mrotek wrote:

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.

 

Add barchecks and you will find your initial bar is the wrong length. Your
initial rest should be part of the tuplet, or there is nowhere for the
barlines to correctly go. 

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


RE: run off page

2013-05-03 Thread Mark Stephen Mrotek
Marek Klein,

 

Thank you for the reply and the solution.

I appreciate the time and effort you spent to find it.

 

Mark

 

From: Marek Klein [mailto:ma...@gregoriana.sk] 
Sent: Friday, May 03, 2013 12:59 PM
To: Mark Stephen Mrotek
Cc: lilypond-user@gnu.org
Subject: Re: run off page

 

Hello,

 

2013/5/3 Mark Stephen Mrotek carsonm...@ca.rr.com

 

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.

 

It works if the first rest is included in the 

\times 2/3 { } part...

 

Use bar checks...

HTH



-- 

Marek Klein
0918 610 720
http://gregoriana.sk
Gregoriana on youtube
http://www.youtube.com/playlist?list=PLBQHqmaUgUMZ4Bd4w4heeQF9lV9L7BS-s 

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