On 09/12/11 20:39, Fidler Aoileann wrote:
Hello again,
That is good thanks.
Unfortunately I seem to have lost the benefit of relative c!
I have
score
{\relative c'''
\header {piece = "Les Petits Deshayes"}
{ \clef treble \key g \major \time 2/4
then the music
}
}
but it is printing an octave too low.
When I added a dash to the first note it moved up an octave but the
rest are still staying down the octave.
\version "2.15.20"
\paper {
print-all-headers = ##t
}
\header {
title = "Overall Title"
subtitle = " " % to provide spacing before first piece
}
\score {
\relative c' { c4 d e f g a b c }
\layout { }
\header {
title = ##f
subtitle = "Piece One"
composer = "Composer One"
}
}
\score {
\relative c' { c4 d e f g a b c }
\layout { }
\header {
title = ##f
subtitle = "Piece Two"
composer = "Composer Two"
}
}
\score {
\relative c' { c4 d e f g a b c }
\layout { }
\header {
title = ##f
subtitle = "Piece Three"
composer = "Composer Three"
}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user