lilypond-user
[Top][All Lists]
Advanced

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

definitions with fill-line in include


From: Paul Scott
Subject: definitions with fill-line in include
Date: Tue, 23 Feb 2021 14:48:07 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

{  "flsub.ly"
  lineA = "Title"
  lineB = "Subtitle"

  headerA =
  \markup{
    \fill-line{ \lineA }
    \fill-line{ \lineB }
  }
}

\version "2.23.0"
\include "flsub.ly"

\book{
  \markup{ \headerA }
}

What is the syntax for creating a definition with multiple "fill-line"s to be included in the ly files for each instrument?

TIA.

Paul





reply via email to

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