bug-lilypond
[Top][All Lists]
Advanced

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

Instrument header


From: Christian Hitz
Subject: Instrument header
Date: Sun, 12 Sep 2004 13:05:54 +0200

The instrument header is printed in 2.2.6 but not in the 2.3 series. In order to easily print instrumental parts of a score the instrument header should be printed though.

Christian

\version "2.3.16"

% header block 1, ev in an included file
\header {
    title = "Testfile"
}

\score {
    \notes{
        \repeat unfold 8 c''4
    }
    % header block 2
    \header{
        piece = "Piece I"
        instrument = "Piano"
    }
    \paper{
        raggedright = ##t
    }
}
--
Christian Hitz
Unterehrendingen, Switzerland
address@hidden     or     address@hidden





reply via email to

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