lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5398 Using Me


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5398 Using Measure_grouping_engraver results in ugly output at a line-breaks
Date: Sun, 05 Aug 2018 07:45:28 -0000


[issues:#5398] Using Measure_grouping_engraver results in ugly output at a line-breaks

Status: New
Created: Sun Aug 05, 2018 07:45 AM UTC by pkx166h
Last Updated: Sun Aug 05, 2018 07:45 AM UTC
Owner: nobody

while playing with the Measure_grouping_engraver
see:
http://lilypond.1069038.n5.nabble.com/changing-symbols-used-by-Measure-grouping-engraver-td215283.html
I noticed ... ugly behaviour at line-break, if other items occur

\version "2.19.82"

\new Staff \with { \consists "Measure_grouping_engraver" }
  {
      %% to get MeasureGrouping, next two lines need to be uncommented
    %\set Timing.beatStructure = 4,4
    %\set Score.baseMoment = #(ly:make-moment 1/8)
    \repeat unfold 8 a'8
  }

With

\version "2.19.82"

musII = {
  \time 9/8
  \repeat unfold 33 a'8
  a'4.
}

\new Staff \with { \consists "Measure_grouping_engraver" }
  { \musII \break \musII }

the last NoteColumn of the first line is moved to the left, so the gap
between the NoteColumn and the BarLine is far too small.


Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Testlilyissues-auto mailing list
address@hidden
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto

reply via email to

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