Re: Clef changes, while NoteNames-context is active

2019-05-14 Thread David Kastrup
Thomas Morley writes: > Am Di., 14. Mai 2019 um 11:15 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > Hi, >> > >> > consider the following snippet: >> > >> > musI = { \clef soprano e'4 } >> > musII = { \clef alto c'4 } >> > >> > << >> > \new Staff \musI >> > \new Staff \musII

Re: Clef changes, while NoteNames-context is active

2019-05-14 Thread Thomas Morley
Am Di., 14. Mai 2019 um 11:15 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Hi, > > > > consider the following snippet: > > > > musI = { \clef soprano e'4 } > > musII = { \clef alto c'4 } > > > > << > > \new Staff \musI > > \new Staff \musII > > \new NoteNames \musII > >>> > >

Re: Clef changes, while NoteNames-context is active

2019-05-14 Thread David Kastrup
Thomas Morley writes: > Hi, > > consider the following snippet: > > musI = { \clef soprano e'4 } > musII = { \clef alto c'4 } > > << > \new Staff \musI > \new Staff \musII > \new NoteNames \musII >>> > > As long as the NoteNames-context is not commented/deleted the first > unrelated Staff c

Clef changes, while NoteNames-context is active

2019-05-13 Thread Thomas Morley
Hi, consider the following snippet: musI = { \clef soprano e'4 } musII = { \clef alto c'4 } << \new Staff \musI \new Staff \musII \new NoteNames \musII >> As long as the NoteNames-context is not commented/deleted the first unrelated Staff changes it's clef. Any insights? Present at leas