lilypond-user
[Top][All Lists]
Advanced

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

Re: stave length!


From: Phil Holmes
Subject: Re: stave length!
Date: Sat, 25 Jun 2011 16:51:22 +0100


Oh - for a single line you may also need to change ragged-right (see the same page for details).

--
Phil Holmes
 
 
----- Original Message -----
Sent: Saturday, June 25, 2011 4:32 PM
Subject: Re: stave length!

You adjust the paper and margins.  See here:
 

--
Phil Holmes
 
 
----- Original Message -----
Sent: Saturday, June 25, 2011 3:43 PM
Subject: stave length!

Hi!

I don't understand whether to lengthen the stave up to the right border. Can you help me?

\version "2.14.0"

global = {

\key c \major

\time 4/4

}


classicalGuitar = \relative c {

\global

% Qui segue la musica.

c1|d|e| f|g|f|e|d|c|\bar "|."

}

\score {

\new Staff \with {

midiInstrument = "acoustic guitar (nylon)"

instrumentName = "Es. 2"

} { \clef "treble_8" \classicalGuitar }

\layout { }

\midi {

\context {

\Score

tempoWholesPerMinute = #(ly:make-moment 100 4)

}

}

\header {

title = \markup {\override #'(font-name . "URW Palladio L bold"){\fontsize #2 "LE PRIME LEZIONI DI CHITARRA" }}

composer = "J. Sagreras"

arranger = "(Barcellona, 13-2-1778 – Parigi, 10-7-1839)"

}

}


--

oiram/bin/selom

MkarlM-HomePage


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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