lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 3092 in lilypond: suppressed chords still take pla


From: lilypond
Subject: [Lilypond-auto] Issue 3092 in lilypond: suppressed chords still take place
Date: Wed, 09 Jan 2013 11:28:28 +0000

Status: Accepted
Owner: ----
Labels: Type-Ugly

New issue 3092 by address@hidden: suppressed chords still take place
http://code.google.com/p/lilypond/issues/detail?id=3092

Jim Long reports weird note spacing behavior with long chordnames: http://lilypond.1069038.n5.nabble.com/Layout-behaviour-arising-from-set-chordChanges-t-td138934.html

in this example the spacing follows the length of the hidden chord names and the result is a quite irregular spacing of the notes.
<<
  \new ChordNames \chordmode {
    \set chordChanges = ##t
    aes1:7.5-9- | q4 q4 q2 | q1 | q8 q q q q q q q
  }
  \new Staff \relative c' \repeat unfold 32 {ces8}


here the output runs off the page (due to the reduced width of the first line):
<<
  \new ChordNames \chordmode {
    \set chordChanges = ##t
    aes8:m7.5-9- q q q q q q q
  }
  \new Staff \relative c' \repeat unfold 8 {ces8}


one suggestion is to set the stencil of hidden chord names to ##f.

another is to introduce sth similar to textLengthOn so that the user could choose.




reply via email to

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