lilypond-user
[Top][All Lists]
Advanced

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

Using headers inside of a score


From: Jakub Pavlík
Subject: Using headers inside of a score
Date: Mon, 27 Jun 2011 18:08:47 +0200 (CEST)

Hi,

it would be very useful for me to be able to access score headers inside of the 
score, like this:

\score {
  \relative c' {
    \set Staff.instrumentName = \markup {
      \fromproperty #'header:piece
    }
    a a a
  }
  \header {
    piece = "Great Piece"
  }
}

But it doesn't work. Is there any way to do this (take some score header and 
set it as instrument name)?

Thanks, Jakub



reply via email to

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