From 93be41a1622bc33a01719d1d75af3dca40d75354 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 2 Apr 2017 17:52:28 +0200 Subject: [PATCH] Issue 5114/3: Add regtest for \voices --- input/regression/voices-command.ly | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 input/regression/voices-command.ly diff --git a/input/regression/voices-command.ly b/input/regression/voices-command.ly new file mode 100644 index 0000000000..86c98019bd --- /dev/null +++ b/input/regression/voices-command.ly @@ -0,0 +1,19 @@ +\version "2.19.59" + +\header { + texidoc = "The @code{\\voices} command can be used for continuing voices +and changing the order of @code{\\voiceOne}@dots{}@code{\\voiceFour} style +overrides." +} + +\layout { ragged-right = ##t } + +{ + \time 2/4 + \new Voice = "sop" { + a'2~ | + \voices 1,"sop" << e''2 \\ { \voiceTwo a'2~ \oneVoice } >> + a'2 + } + \voices 1,3,4,2 << a''2 \\ e''2 \\ c''2 \\ a'2 >> +} -- 2.39.2