lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue 4516: Make \offset handle unpure/pure containers (issue 250590


From: david . nalesnik
Subject: Re: Issue 4516: Make \offset handle unpure/pure containers (issue 250590043 by address@hidden)
Date: Wed, 22 Jul 2015 15:56:17 +0000

Here's two snippets that show \offset working with unpure-pure
containers, one with the override form, the second using the tweak form.

{
 c'4\f\<
 c'4\!
 \offset Y-offset -2 DynamicLineSpanner
 c'4\f\<
 c'4\!
 c'2
 \offset length 2 Stem
 c'2
}

{
 c'4\f\<
 c'4\!
 c'4\f-\offset DynamicLineSpanner.Y-offset -3 \<
 c'4\!
 c'2
 \offset Stem.length 2
 c'2
}

https://codereview.appspot.com/250590043/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]