lilypond-user
[Top][All Lists]
Advanced

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

Re: markup of a group of eighth notes


From: Pierre Perol-Schneider
Subject: Re: markup of a group of eighth notes
Date: Fri, 27 Feb 2015 21:34:18 +0100

Hi Stephen,

Two options:

\version "2.18.2"

% option 1:
\markup\column {
  \concat {
    \hspace #1.25
    \beam #7.3 #0 #.4
  }
  \vspace #-.15
  \concat {
    \note #"4" #UP \hspace #1.1
    \note #"4" #UP \hspace #1.1
    \note #"4" #UP \hspace #1.1
    \note #"4" #UP
  }
}

% option 2:
\markup\score {
  \transpose c c' { e8 e e e }
  \layout {
    indent = -4
    \context {
      \Score
      \omit Clef
      \omit TimeSignature
      \omit StaffSymbol
    }
  }
}


HTH,
Pierre

2015-02-27 21:12 GMT+01:00 Stephen MacNeil <address@hidden>:
how would i do this with the flags attached?

\markup {\halign #-11 \raise #.6 \note #"8" #UP \raise #.6 \note #"8" #UP \raise #.6 \note #"8" #UP \raise #.6 \note #"8" #UP }


thanks


Stephen



_______________________________________________
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]