lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond coding problem


From: Jostle
Subject: Re: lilypond coding problem
Date: Thu, 17 Jun 2021 14:24:24 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

Here is one hack to get the slur to look similar to the original.

left = \fixed c {
  \global
  % Music follows here.
  {
    <<
      {r8 d8 b d <f,? d g>4}\\
      {
        \shape #'((0 . 0) (0 . 0) (-1.0 . 0) (-2.5 . 0)) Slur
        g,2( \once \hideNotes d4)
      }
    >>
    |
  }        %lh.56 =
...


The thing is, though, that those slurs just don't make any sense.

How can you have a 1/2 note slur end at 3/8 or 1/4? I would have no idea how to play what is written in the original.

Anyway, hope that helps.


jostle


On 17/6/21 1:54 am, ming tsang wrote:
Original score
image.png
--
test_a lilypond score
image.png
Dear lily ponders,
I have a hard time coding as close as to the original. 
Bar 1:  is it possible to move "a4" to the right side as the original.
Bar 5: is it possible to move "g4" to the right as the original.

  Bar 1,2,4&5 bass clef:  how to code slur as the original.

Here is the lilycode:

Thank you for the help.  
ming (lyndon) tsang

reply via email to

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