lilypond-user
[Top][All Lists]
Advanced

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

Re: Expand staff


From: Carlos R Martinez
Subject: Re: Expand staff
Date: Sun, 29 Aug 2021 19:27:58 +0000

Thank you!!! that worked!!!

cr

 Carlos R Martinez16ljro
Carlos R. Martinez 
270.850.5650
carlos@newsoundmusicstudio.com
www.essentialmusic.org 
www.newsoundmusicstudio.com 





On August 29, 2021 at 14:33 GMT, Phil Holmes <mail@philholmes.net> wrote:

On 29/08/2021 14:44, carlos@newsoundmusicstudio.com wrote:

How do you use it on this. I am fairly new on Lilypond...

\version "2.18.2"
 
#(set-global-staff-size 19)
 
\paper {
  
  #(set-paper-size "letter")
 
}
 
Global = {
   \key c \major
   \time 4/8
   \tempo Allegro
   
}
 
VoiceI =  \relative c' {
  
  c4 d e g    | %m1
  f e d e  | %m2
  e1 | %m3
  
  
\bar "|."
   }
 
 
VoiceII =  \relative c {
   
  c4 d e g    | %m1
  f e d e  | %m2
  e1 | %m3
  
 
 
   
}
---
Carlos R. Martínez
New Sound Music Studio
270 850 5650


On 2021-08-29 08:33, Phil Holmes wrote:

On 29/08/2021 13:32, Carlos R Martinez wrote:
Hi, is there a way to expand the staff when the music is only 3 measures. So instead of the 3 measure ending in the middle of the page I would like for it to continue to the end of the line...
 
 

See ragged-right in http://lilypond.org/doc/v2.23/Documentation/notation/horizontal-spacing-paper-variables

-- 
Phil Holmes

Please remember to reply-all to keep conversations on the mail list.

Further explained here: http://lilypond.org/doc/v2.23/Documentation/notation/line-width

-- 
Phil Holmes


reply via email to

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