Hi list,

in the attached example the first row of chords is indented although indent=0 is set and \RemoveAllEmptyStaves is set as well.
When I remove the \guitarPart from the score, all is as expected.

Is there a special incantation required (which?) or is this a bug?

Kind regards,
Michael
--
 Michael Gerdau       email: m...@qata.de
 GPG-keys available on request or at public keyserver
\version "2.25.7"

\include "predefined-guitar-fretboards.ly"

\paper {
  indent = 0
}

chordNames = \chordmode {
  c1 | d1 | e1 | f1 | g1 | a1 | b1 | \break
  c1 | d1 | e1 | f1 | g1 | a1 | b1 | \break
}

guitar = \relative c' {
}

chordsPart = <<
  \new ChordNames \chordNames
  \new FretBoards \chordNames
>>

guitarPart = \new StaffGroup <<
  \new Staff \with {
    midiInstrument = "electric guitar (clean)"
  } { \clef "treble_8" \guitar }
  \new TabStaff \with {
    stringTunings = #guitar-tuning
  } \guitar
>>

\score {
  <<
    \chordsPart
    \guitarPart
  >>
  \layout {
    \context {
      \Score
      \RemoveAllEmptyStaves
    }
  }
}

Attachment: chord-test.pdf
Description: Adobe PDF document

Reply via email to