SwingMusic erzeugt Fehler in Verbindung mit Partial #1486

Open
opened 2026-04-21 19:13:45 +02:00 by zuk · 1 comment
Owner

Siehe Scottish BZH und Vappu in den balfolk-includes

Siehe Scottish BZH und Vappu in den balfolk-includes
zuk added the Bug label 2026-04-21 19:13:53 +02:00
Author
Owner
\version "2.25.80"
\include "swing.ly"

voice = \relative c' {
  \partial 4.
  \applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) 
  \repeat volta 2 { 
    %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8)
    { c8 d e | f g a4 b c | c8 d e }
  }
}

verseChords = \chordmode {
  \applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) 
  \repeat volta 2 { 
    %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) 
    { s4. f1 c4. } }
}

\score {
  % { \partial4.
  %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) 
  <<
    \chords { \verseChords }
    \voice 
  >>
  %}
  \layout { }
  \midi { }
}
``` \version "2.25.80" \include "swing.ly" voice = \relative c' { \partial 4. \applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) \repeat volta 2 { %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) { c8 d e | f g a4 b c | c8 d e } } } verseChords = \chordmode { \applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) \repeat volta 2 { %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) { s4. f1 c4. } } } \score { % { \partial4. %\applySwingWithOffset 8 #'(2 1) #(ly:make-moment 3/8) << \chords { \verseChords } \voice >> %} \layout { } \midi { } } ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Notenbund/lilypond-common-includes#1486