>
> > >


\version "2.19.81"

%{
I wonder if anyone can point me in the right direction.

I'd like to modify the sybols used by the Measure_grouping_engraver
http://lilypond.org/doc/v2.19/Documentation/snippets/rhythms#rhythms-conducting-signs-measure-grouping-signs

In particular, how to change the symbol used to denote the dotted 8th value
in compund time:
instead of a triangle, how do I get a vertical bar (or slash)?

%}
\score {
    \new Voice \relative c'' {

        \time 9/8
        %  The default beat grouping is fine.
        %  But I'd like a vertical bar instead of the triangle
        %\set Timing.beatStructure = #'(3 3 3)
        d4. d d |
    }
\layout {
\context {
\Staff
\consists "Measure_grouping_engraver"
}
}
}


Please let me know if you have any thoughts.


Thanks,

Elaine Alt
415 . 341 .4954                                           "*Confusion is
highly underrated*"
[email protected]
Producer ~ Composer ~ Instrumentalist
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to