diff options
Diffstat (limited to 'input/regression/bar-line-dashed.ly')
-rw-r--r-- | input/regression/bar-line-dashed.ly | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/input/regression/bar-line-dashed.ly b/input/regression/bar-line-dashed.ly new file mode 100644 index 0000000000..11138d2640 --- /dev/null +++ b/input/regression/bar-line-dashed.ly @@ -0,0 +1,17 @@ + +\header { texidoc = "The dashes in a dashed bar line covers staff + lines exactly. Dashed barlines between staves start and end on a + half dash precisely." } + +\version "2.9.13" + +\paper { ragged-right = ##t } + +\relative \new StaffGroup << + \new Staff { + c4 \bar "dashed" c } + \new Staff { + c c + } +>> + |