Re: Problem with /accepts

2017-04-20 Thread Simon Albrecht
Am 17.04.2017 um 22:06 schrieb Thomas Morley: \layout { \context { \Staff \accepts PP } %% copy "Voice"-settings, rename to "PP" \context { \Voice \name PP \alias Voice %% all engravers from Voice are present %% re

Re: Problem with /accepts

2017-04-18 Thread Thomas Morley
2017-04-18 15:45 GMT+02:00 David Kastrup : > Thomas Morley writes: >> Out of curiosity, could you point me to where the current error is triggered? > > My guess is lily/context.cc: > > void > Context::create_context_from_event (SCM sev) > { > Stream_event *ev = unsmob (sev); > > string id =

Re: Problem with /accepts

2017-04-18 Thread David Kastrup
Thomas Morley writes: > 2017-04-18 10:55 GMT+02:00 David Kastrup : >> Thomas Morley writes: >> >>> 2017-04-17 21:08 GMT+02:00 Roman Stawski : Hello all I'm coming across a problem with context definitions: \layout { \context { \name

Re: Problem with /accepts

2017-04-18 Thread Thomas Morley
2017-04-18 10:55 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2017-04-17 21:08 GMT+02:00 Roman Stawski : >>> Hello all >>> >>> >>> I'm coming across a problem with context definitions: >>> >>> \layout { >>> \context { >>> \name P >>> \alias Voice >>>

Re: Problem with /accepts

2017-04-18 Thread David Kastrup
Thomas Morley writes: > 2017-04-17 21:08 GMT+02:00 Roman Stawski : >> Hello all >> >> >> I'm coming across a problem with context definitions: >> >> \layout { >> \context { >> \name P >> \alias Voice >> } >> >> This blows up with the error >> >> Interpr

Re: Problem with /accepts

2017-04-17 Thread Roman Stawski
On 17/04/2017 22:06, Thomas Morley wrote: 2017-04-17 21:08 GMT+02:00 Roman Stawski : I'm coming across a problem with context definitions: \version "2.19.59" \layout { \context { \Staff \accepts P } \context { \name P

Re: Problem with /accepts

2017-04-17 Thread Thomas Morley
2017-04-17 21:08 GMT+02:00 Roman Stawski : > Hello all > > > I'm coming across a problem with context definitions: > > \version "2.19.59" > \layout { > \context { > \Staff > \accepts P > } > \context { > \name P > \alia

Problem with /accepts

2017-04-17 Thread Roman Stawski
Hello all I'm coming across a problem with context definitions: \version "2.19.59" \layout { \context { \Staff \accepts P } \context { \name P \alias Voice } } \new Staff { \new P \relative