lilypond-user
[Top][All Lists]
Advanced

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

Re: score as footnote/footer


From: Pierre Perol-Schneider
Subject: Re: score as footnote/footer
Date: Sun, 17 Apr 2016 13:18:27 +0200

Hi David,

Try:

\version "2.19.39"

\header {
  title = "Scores as footnotes"
}

\markup {
  \null
  \footnote
  \null
  \concat {
    "*" \hspace #1.5
    \score {
      \relative { c'8 d e f g a b c}
      \layout {
        indent = 0
      }
    }
  }
  \null
  \footnote
  \null
    \concat {
    "**" \hspace #1
    \score {
      \relative { c''16 b a g f e d c }
      \layout {
        indent = 0
      }
    }
  }
}

\score {
  \relative { c'4 d e f g a b c}
  \layout {
    \context {
      \Staff
      instrumentName = "*"
    }
  }
}

\score {
  \relative { c''4 b a g f e d c }
  \layout {
    \context {
      \Staff
      instrumentName = "**"
    }
  }
}


Cheers,
Pierre

2016-04-17 11:28 GMT+02:00 address@hidden <address@hidden>:
It is sometimes the case in an etude book that a model of the etude showing a different general rhythm or articulation pattern will be given at the bottom of a page.  Typically, the model will be only one or a very few measures in a smaller size, centered at the bottom of the page.  Is this possible in straight LilyPond or is it necessary to use LilyPond-book?  I would prefer a straight LilyPond solution.

-David

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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