lilypond-user
[Top][All Lists]
Advanced

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

Manually Inserting Beams to Melody notes causes beamed notes to group un


From: Miguel Abrams
Subject: Manually Inserting Beams to Melody notes causes beamed notes to group under one word
Date: Mon, 5 Dec 2022 17:30:47 -0500

I have researched this problem to no avail and would appreciate a help out.

When AutobeamOn is selected in the melody clef code, the words line up with the beamed notes, as they should.

However, when I choose AutobeamOff the notes group correctly, but are only assigned to one of the words (in the beamed group of words).

The same problem occurs when I manually insert slurs. 

Version 2.22.2

I am using the context structure:

melody = {

}

text = lyricmode {

}

%accompanied by piano 
upper ={

}

lower ={

}

\score {

  <<
    \new Voice = "mel" { \autoBeamOff \melody }
    \new Lyrics \lyricsto mel \text
    \new PianoStaff <<
      \new Staff = "upper" \upper
      \new Staff = "lower" \lower
    >>

  <<
    \new DrumStaff \with {
      instrumentName = "timbales"
      drumStyleTable = #timbales-style
      \override StaffSymbol.line-count = #2
      \override BarLine.bar-extent = #'(-1 . 1)
    }
    <<
      \timb
    >>
    \new DrumStaff \with { instrumentName = "drums" }
    <<
      \new DrumVoice { \stemUp \drh }
      \new DrumVoice { \stemDown \drl }
    >>
  >>
  >>
  \layout { }
  \midi {  }
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
% Michael Abrams
% stringmanmta@gmail.com

reply via email to

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