% Bartok Duets

\version "2.16.1"
\include "english.ly"

stacOutOne = \once \override TextScript #'avoid-slur = #'outside 
stacOutTwo = \once \override TextScript #'outsice-staff-priority = ##f


outsideStaccato =
\relative c' { 
  \key bf \major
  \clef treble
  \time 2/4

  bf'8-. bf( 
  \stacOutOne
  c-.) c |	
  bf8-. bf(
  \stacOutTwo
  c-.) c |	
  bf8-. bf( 
  \stacOutOne \stacOutTwo
  c-.) c |	
}

\score {
  \outsideStaccato
}
