Re: Tagging Troubles

2007-10-22 Thread Mats Bengtsson
Please read section "Score is a single musical expression" in the manual. /Mats mojocojo2000 wrote: Thanks for the response. Now I'm running into a different problem. I revised my score.ly and my piece.ly. Here's what they look like: % piece.ly woodwinds = { << % 2 flute

Re: Tagging Troubles

2007-10-21 Thread mojocojo2000
\new StaffGroup \keepWithTag #'woodwinds \music >> \new StaffGroup \keepWithTag #'brass \music >> \new StaffGroup \keepWithTag #'percussion \music >> \new Staf

Re: Tagging Troubles

2007-10-18 Thread Mats Bengtsson
I'm not sure that you have correctly understood the syntax of \tag. For example in \tag #'woodwinds << ... >> the tag applies to the full music expression << ... >>, not only to the end of the line. /Mats mojocojo2000 wrote: I'm trying to create a grand staff around two oboe parts when sco

Tagging Troubles

2007-10-18 Thread mojocojo2000
up \keepWithTag #'percussion \music \new StaffGroup \keepWithTag #'strings \music \layout { } \midi { } } The problem is when I compile score.ly I get an error about unexpected >>. Th