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 <classicalja...@gmail.com>:

> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to