lilypond-user
[Top][All Lists]
Advanced

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

Re: variables in \book { }


From: Graham King
Subject: Re: variables in \book { }
Date: Tue, 16 Feb 2016 17:01:30 +0000

oops, just found the simple fix (I think):

\version "2.19.35"

music = { \relative { c' d e f }}
 
\book {
  \score {
    \music
  }
}
One extra pair of braces around the music _expression_.

Apologies for the noise.
reply via email to

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