lilypond-devel
[Top][All Lists]
Advanced

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

ties across \relative blocks not working


From: Pedro Kroger
Subject: ties across \relative blocks not working
Date: Sun, 31 Aug 2003 23:30:13 -0300
User-agent: Mutt/1.5.4i

Hi,

I've notice that ties aren't working across \relative blocks like:

\score {
    \new Staff \notes {
        \relative c {
            c'1 ~
        }
        \relative c {
            c'4 d e f
        }
    }
  \paper {  }  
}

The funny thing is, if I remove the first "\relative c" (and just
that) the code works fine. I'm using lily 1.9.3

Is that a bug or am I missing something?

Pedro




reply via email to

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