Re: Separating bow marks from notes

2012-04-19 Thread David Kastrup
-Eluze writes: > lesmondo wrote: >> >> Hi, >> >> >> I'm trying to separate bow marks/fingerings from notes and the bow >> marks/fingerings don't align with the notes correctly. >> >> What am I doing wrong? >> >> > I don't understand why you are using fingerings and bows in both voices!? It

Re: Separating bow marks from notes

2012-04-18 Thread lesmondo
Hi, Thanks, that worked great. BTW The fingerings where in both voices just to show how they weren't aligned properly. > I don't understand why you are using fingerings and bows in both voices!? > > but you can still make it work "correctly" using explicit voices: > > \score { > \new Staff <<

Re: Separating bow marks from notes

2012-04-18 Thread -Eluze
both voices!? but you can still make it work "correctly" using explicit voices: \score { \new Staff << \context Voice = "1" \marks \context Voice = "1" \notes >> } -- View this message in context: http://old.nabble.com/Separating-bow-mar

Separating bow marks from notes

2012-04-18 Thread lesmondo
Hi, I'm trying to separate bow marks/fingerings from notes and the bow marks/fingerings don't align with the notes correctly. What am I doing wrong? An example shows my problem. \version "2.14.2" notes = { c d e-4\upbow f-4\upbow } marks = { s-4\upbow s s s-4\upbow} \score { \new Staff <<

Separating bow marks from notes

2012-04-18 Thread lesmondo
Hi, I'm trying to separate bow marks/fingerings from notes and the bow marks/fingerings don't align with the notes correctly. What am I doing wrong? An example shows my problem. \version "2.14.2" notes = { c d e-4\upbow f-4\upbow } marks = { s-4\upbow s s s-4\upbow} \score { \new Staff <<