Hi lilyponders
The title works only for the first piece and not for the second.
Does a way exist for having the title for all the pieces?
Thank's
-- 
oiram/bin/selom
\version "2.13.24"
\header {
composer = "Composer"
}
\header {
piece = "Piece"
}
\header {
title = "Piece"
}
\score {
\new Staff { c'4 }
\header {
piece = "New piece"
}
% overwrite previous one
}

\header {
composer = "Composer"
}
\header {
piece = "Piece"
}
\header {
title = "Piece"
}
\score {
\new Staff { c'4 }
\header {
piece = "New piece"
}
% overwrite previous one
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to