bug-lilypond
[Top][All Lists]
Advanced

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

Problems with horizontal brackets


From: Jon Arnold
Subject: Problems with horizontal brackets
Date: Sat, 30 May 2020 23:34:14 -0500

Hi-
I'm using horizontal brackets to analyze a piece that makes heavy use of
the completion engravers, and I've discovered that the brackets do not
extend the full length of a note when tied over a bar. The bracket only
goes as far as the beginning of the expanded value.

Perhaps the last bit should be filed separately, but the brackets do not
appear at all when using full measure rests.

Here's my example:

%horizontal brackets do not extend the full length of the note
%if used on a note expanded by completion engravers

%they also do not appear at all on full measure rests

\version "2.21.1"

\score {
  \new Staff {
    a1-\startGroup c'\breve-\stopGroup  \break
    r1-\startGroup r\breve-\stopGroup \break
    R1-\startGroup R\breve-\stopGroup
  }
  \layout {
    \context {
      \Voice
      \remove "Note_heads_engraver"
      \consists "Completion_heads_engraver"
      \remove "Rest_engraver"
      \consists "Completion_rest_engraver"
      \consists "Horizontal_bracket_engraver"
    }
  }
}


reply via email to

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