From cc6882c33667543b3fcb553759658fd60fdb64cd Mon Sep 17 00:00:00 2001 From: gpercival Date: Tue, 15 Feb 2005 10:42:13 +0000 Subject: [PATCH] Fixed followVoice example. --- Documentation/user/notation.itely | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/user/notation.itely b/Documentation/user/notation.itely index c036cda0d3..c8fc55ccb3 100644 --- a/Documentation/user/notation.itely +++ b/Documentation/user/notation.itely @@ -3713,11 +3713,11 @@ arpeggios in one @internalsref{PianoStaff} at the same point in time. Whenever a voice switches to another staff, a line connecting the notes can be printed automatically. This is switched on by setting -@code{PianoStaff.followVoice} to true +@code{followVoice} to true @lilypond[quote,raggedright,fragment,relative=1,verbatim] \context PianoStaff << - \set PianoStaff.followVoice = ##t + \set followVoice = ##t \context Staff \context Voice { c1 \change Staff=two -- 2.39.5