lilypond-user
[Top][All Lists]
Advanced

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

Tuplet spacing comparison


From: Lukas-Fabian Moser
Subject: Tuplet spacing comparison
Date: Wed, 19 Apr 2023 23:09:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

Folks,

on https://twitter.com/spagnolo_mic/status/1648702871112671232, someone (obviously a MuseScore developer) posted an analysis of a Sibelius/MuseScore comparison.

I took the liberty of adding a LilyPond version in case anybody is interested, compiled with today's current master. The .ly source is below; I had to force a \stemDown for the right hand part of the cross-staff situation (and \voiceOne / \voiceTwo settings, but these are expected).

Lukas



\version "2.25.4"

\language deutsch

\layout {
  \accidentalStyle modern
  indent = 0
  \omit Score.TimeSignature
}

% https://twitter.com/spagnolo_mic/status/1648702871112671232

\new PianoStaff
<<
  \new Staff = up
  \relative {
    \textMark "LilyPond Master, 2023/04/19"
    \tuplet 5/4 { d''16 cis d' gis h, }
    c8 g
    \tuplet 3/2 { f4 a, b }
    |
    a16 f h f
    \tuplet 7/4 { g cis dis e fis e gis }
    \stemDown
    a32 \change Staff = down \once\voiceOne f,, \change Staff = up h'16 g a
    \stemNeutral
    \tuplet 3/2 { e8 f g }
    |
  }
  \new Staff = down \with { \clef bass }
  \relative {
    a16 f g c
    \tuplet 3/2 { e8 h a }
    d16 h a f
    \tuplet 5/4 { c16 e f g f }
    |
    e8 d
    c16 h a g
    \voiceTwo
    \tuplet 3/2 { a4 d c }
  }
>>

Attachment: Sibelius vs MuseScore.jpeg
Description: JPEG image

Attachment: LilyPond.png
Description: PNG image


reply via email to

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