Re: printing individual parts causes the whole score to print too

2015-12-01 Thread Xavier Scheuer
On 1 December 2015 at 09:38, Ryan Michael wrote: > > So I have the following seperate .ly file: > > \include "eiertanz-1.ly" > > \header { > instrument = "Violin" > } > > { > \violinOne > } > > Which prints the variable which points to the Voice violinOne defined > in "eiertanz-1.ly" > > howeve

Re: printing individual parts causes the whole score to print too

2015-12-01 Thread Richard Shann
On Tue, 2015-12-01 at 00:38 -0800, Ryan Michael wrote: > So I have the following seperate .ly file: > > > \include "eiertanz-1.ly" > > > \header { > instrument = "Violin" > } > > > { > \violinOne > } > > > Which prints the variable which points to the Voice violinOne defined > in "eiert

printing individual parts causes the whole score to print too

2015-12-01 Thread Ryan Michael
So I have the following seperate .ly file: \include "eiertanz-1.ly" \header { instrument = "Violin" } { \violinOne } Which prints the variable which points to the *Voice* violinOne defined in " eiertanz-1.ly" however the whole score prints and then the single voice is printed. How Can I onl