Re: ottavation duplicates text after \break

2014-12-24 Thread Jinsong Zhao
On 2014/12/24 17:31, Thomas Morley wrote: 2014-12-24 21:48 GMT+01:00 Jinsong Zhao : Hi there, For the following snippet,I want the ottavation duplicates text after \break to be (8va), how to get that? \version "2.19.15" \relative c'' { c4 \ottava #1 \

Re: ottavation duplicates text after \break

2014-12-24 Thread Thomas Morley
2014-12-24 21:48 GMT+01:00 Jinsong Zhao : > Hi there, > > For the following snippet,I want the ottavation duplicates text after \break > to be (8va), how to get that? > > \version "2.19.15" > \relative c'' { > c4 \ottava #1 > \set Staf

ottavation duplicates text after \break

2014-12-24 Thread Jinsong Zhao
Hi there, For the following snippet,I want the ottavation duplicates text after \break to be (8va), how to get that? \version "2.19.15" \relative c'' { c4 \ottava #1 \set Staff.ottavation = #"octave" c4 c4 c4 \break c4 c4 c4 c4 } Thanks in a